home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / Imakefile next >
Encoding:
Makefile  |  1998-08-12  |  330 b   |  14 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1994, 1997, 1998. */
  3.  
  4. #define IHaveSubdirs
  5. #define PassCDebugFlags
  6.  
  7. SUBDIRS = ideas atlantis walker yacme glutmech geoface \
  8.   chess rollercoaster underwater opengl_logo bluepony \
  9.   lorenz smooth gliq glflare bounce skyfly particle \
  10.   newave
  11.  
  12. MakeSubdirs($(SUBDIRS))
  13. DependSubdirs($(SUBDIRS))
  14.